home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / internet.dxr / 00023_Help Button Script.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  206 b   |  15 lines

  1. on mouseDown
  2.   ButtonDown(8, 1)
  3. end
  4.  
  5. on mouseUp
  6.   global help
  7.   ButtonUp(1)
  8.   set help to not help
  9.   if help then
  10.     set the blend of sprite 2 to 100
  11.   else
  12.     set the blend of sprite 2 to 0
  13.   end if
  14. end
  15.